home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / control.dxr / 00001_auto_off.ls next >
Encoding:
Text File  |  1997-11-06  |  254 b   |  12 lines

  1. on mouseDown
  2.   global auto
  3.   set ret to button1("auto_off", "auto_on")
  4.   if ret = 1 then
  5.     puppetSound("ButtonSound")
  6.   end if
  7.   set the puppet of sprite 8 to 0
  8.   set the puppet of sprite 2 to 1
  9.   set the memberNum of sprite 2 to 2
  10.   set auto to 1
  11. end
  12.